All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.AttributedString
NSAttributedString
.
[[NSAttributedString
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- attribute:atIndex:
Objective-C instance method.
- attribute:atIndex:inRange:
Objective-C instance method.
- attributedSubstringFromRange:
Objective-C instance method.
- attributesAtIndex:inRange:
Objective-C instance method.
- effectiveRangeForAttribute:atIndex:
Objective-C instance method.
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
- isEqualToAttributedString:
Objective-C instance method.
- length
Objective-C instance method.
- longestEffectiveRangeForattribute:atIndex:inRange:
Objective-C instance method.
- longestEffectiveRangeForattributesAtIndex:inRange:
Objective-C instance method.
- string
Objective-C instance method.
protected AttributedString(boolean shouldAllocate, int objcObject)
public AttributedString()
[[NSAttributedString
alloc] init]
.
public AttributedString(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public native String string()
- string
Objective-C instance method.
public native int length()
- length
Objective-C instance method.
public native AttributedString attributedSubstringWithRange(Range range)
- attributedSubstringFromRange:
Objective-C instance method.
public native boolean isEqualToAttributedString(AttributedString other)
- isEqualToAttributedString:
Objective-C instance method.
public native Object attributeAtIndex(String attrName, int location)
- attribute:atIndex:
Objective-C instance method.
public native Range effectiveRangeForAttributeAtIndex(String attrName, int location)
- effectiveRangeForAttribute:atIndex:
Objective-C instance method.
public native Dictionary attributesAtIndexInRange(int location, Range rangeLimit)
- attributesAtIndex:inRange:
Objective-C instance method.
public native Range longestEffectiveRangeForattributesAtIndexInRange(int location, Range rangeLimit)
- longestEffectiveRangeForattributesAtIndex:inRange:
Objective-C instance method.
public native Object attributeAtIndexInRange(String attrName, int location, Range rangeLimit)
- attribute:atIndex:inRange:
Objective-C instance method.
public native Range longestEffectiveRangeForattributeAtIndexInRange(String attrName, int location, Range rangeLimit)
- longestEffectiveRangeForattribute:atIndex:inRange:
Objective-C instance method.
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index